home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / protoamerican.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  1.5 KB  |  85 lines

  1. us_head1
  2. {
  3.     qer_editorimage textures/models/human/usmaps/head.tga
  4.     {
  5.         map textures/models/human/usmaps/head.tga
  6.         rgbGen lightingSpherical
  7.     }
  8. }
  9.  
  10. us_soldier_tunic1
  11. {
  12.     qer_editorimage textures/models/human/usmaps/shirt.tga
  13.     {
  14.         map textures/models/human/usmaps/shirt.tga
  15.         rgbGen lightingSpherical
  16.     }
  17. }
  18.  
  19. us_soldier_pants1
  20. {
  21.     qer_editorimage textures/models/human/usmaps/pants.tga
  22.     {
  23.         map textures/models/human/usmaps/pants.tga
  24.         rgbGen lightingSpherical
  25.     }
  26. }
  27.  
  28. us_soldier_helmet
  29. {
  30.     qer_editorimage textures/models/human/usmaps/helmet.tga
  31.     cull none
  32.     {
  33.         map textures/models/human/usmaps/helmet.tga
  34.         rgbGen lightingSpherical
  35.     }
  36. }
  37.  
  38. us_backpack
  39. {
  40.     qer_editorimage textures/models/human/usmaps/haversack.tga
  41.     {
  42.         map textures/models/human/usmaps/haversack.tga
  43.         rgbGen lightingSpherical
  44.     }
  45. }
  46.  
  47. us_gear
  48. {
  49.     qer_editorimage textures/models/human/usmaps/belt.tga
  50.     {
  51.         map textures/models/human/usmaps/belt.tga
  52.         rgbGen lightingSpherical
  53.     }
  54. }
  55.  
  56. //m1garand
  57. //{
  58. //    {
  59. //        map textures/common/reflection1.tga
  60. //        rgbGen identity
  61. //        tcGen environmentmodel
  62. //    }
  63. //    {
  64. //        map textures/models/weapons/m1garand/garand2.tga
  65. //        rgbGen lightingSpherical 
  66. //        blendFunc GL_ONE GL_ONE_MINUS_SRC_ALPHA
  67. //    }
  68. //}
  69.  
  70. //colt45
  71. //{
  72. //    {
  73. //        map textures/models/weapons/colt45/colt.tga
  74. //        rgbGen lightingSpherical
  75. //    }
  76. //}
  77.  
  78. m2fraggrenade
  79. {
  80.     qer_editorimage textures/models/weapons/m2grenade/grenade.tga
  81.     {
  82.         map textures/models/weapons/m2grenade/grenade.tga
  83.         rgbGen lightingSpherical
  84.     }
  85. }